home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / dosub.arc / DOSUB.DOC next >
Encoding:
Text File  |  1985-12-14  |  780 b   |  35 lines

  1. NAME
  2.     dosub -- do subdirectories
  3.  
  4. SYNOPSIS
  5.     dosub command [;command] ...
  6.  
  7. DESCRIPTION
  8.     dosub executes one or more dos commands on the current directory
  9.     and on all subdirectories...
  10.  
  11. EXAMPLES
  12.     dosub cd; if exist (*.asm) for %f in (*.asm) do masm %f;; 
  13.  
  14.     for the current and all subdirectories do the following:
  15.         print the directory name
  16.         run masm on each .asm file
  17.  
  18. BUGS
  19.     dosub is very hard to interrupt, ^C just terminates the current
  20.     command.
  21.  
  22. NOTES
  23.     ;; passes a ;
  24.  
  25.     dosub was written by:
  26.                    Mark Lyon
  27.             c/o Micro Control Systems Inc.
  28.                    27 Hartford Tpk.
  29.                    Vernon, CT. 06066
  30.                 (203) 647-0220
  31.  
  32.     Comments, Contributions, and Platitudes will be warmly accepted
  33.  
  34.     ALL RIGHTS RESERVED - To be used for non-profit use only!
  35.